home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / books / tech / systprog.txt < prev    next >
Text File  |  1995-04-04  |  3KB  |  70 lines

  1. Newsgroups: alt.msdos.programmer
  2. From: rdpub@tyrell.net (Kevin Taute)
  3. Subject: System Programming
  4. Date: Thu, 23 Mar 1995 22:07:54 GMT
  5.  
  6. Many of the questions I see posted to this group have detailed answers
  7. in a large book of System Programming tips: the third edition of
  8. _MS-DOS System Programming_ edited by Robert Ward & David Burki. It is
  9. about 850 pages with a code disk included.
  10.  
  11. The book is published by R&D Publications, the publishers of
  12. _Windows/DOS Developer's Journal_, and you can get it directly from
  13. them for $39.95, or get it in most technical bookstores. The bookstores
  14. get it from Prentice Hall, so it has a Prentice ISBN 0-13-207382-X.
  15.  
  16. Janusz Zalewski, software reviewer for _IEEE Computer_ called the second
  17. edition "the best book on DOS programming I have seen," and the third
  18. edition is three times as large, updated for DOS 5 & 6.
  19.  
  20. It is mostly detailed explanations of undocumented system calls and
  21. hardware interfaces. 
  22.  
  23. If you want to contact R&D directly, here is their contact info
  24.  
  25. email     rdorders@rdpub.com   mail    R&D Publications
  26. FAX       913 841-2624                 1601 W 23rd Suite 200
  27. telephone 913 841-1631                 Lawrence, KS  66046
  28.  
  29. I'm attaching the table of contents so you can see if any of it is what
  30. you need.
  31.  
  32. Berney Williams
  33.  
  34. Contents
  35.   1  Accessing the Global MS-DOS Environment  Scott Robert Ladd
  36.   2  Navigating the DOS File Allocation Table  Robert L. Hummel
  37.   3  Modifying DOS Boots   Steven K. Graham
  38.   4  Converting a Microsoft C Program into A TSR   Michael J. Young
  39.   5  Loading TSRs into Expanded Memory    Thomas W. Olsen
  40.   6  Making Windows and DOS Programs Talk  Thomas W. Olsen
  41.   7  A Swapping Replacement for the spawn() Family     Ralf Brown
  42.   8  Exploiting the 386 Four Byte Moves   Davie Lee Reed
  43.   9  The LOADALL Instruction   Robert Collins
  44.  10  Critical Error Handling    David Burki
  45.  11  Ctrl-C and Ctrl-Break Handling under MS-DOS   David L. Burki
  46.  12  Handling DOS File Handle Limits   David Burki
  47.  13  Preventing Lost Keystrokes    David Burki
  48.  14  Gracefully Breaking Out of Infinite Loops  David Burki
  49.  15  Checking for Debug Information    Matt Pietrek
  50.  16  Programming the PC Game Port  John F. Jarrett
  51.  17  Using the Parallel Port for High Speed File Transfer  David McCombs
  52.  18  SERIAL.TXT   Russell L. Jacobs
  53.  19  VGA Animation Graphics   Rick Ladymon
  54.  20  The Math Coprocessor  Lee Daniel Crocker
  55.  21  Interfacing to the PC Floppy Disk Controller  Larry Widing
  56.  22  Writing for the PC Speaker     Robert Bybee
  57.  23  Event Timing on MS-DOS PCs    Phyllis K. Lang
  58.  24  Writing Device Drivers with Turbo C   Robert Allen
  59.  25  Using CD-ROM Device Drivers   Dirk S Baum
  60.  26  DMA Revealed    Karen Hazzah
  61.  27  Self-Loading Device Drivers for DOS  Tomas Nelson
  62.  28  Interfacing a Windows Program to a Real-Mode Device Driver  Charles Mirho
  63.  29  DDE to DOS    Guy Eddon
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.